home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / MacHelp / MacHelp 1 / MacHelp System / card_3920.txt < prev    next >
Encoding:
Text File  |  1988-02-25  |  1.4 KB  |  40 lines

  1. -- card: 3920 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2687
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 12
  9. ----- text -----
  10.  
  11. Sometimes, instead of getting an error message from a program, such as "File is busy or in use", you may get a negative return code.  The list below shows some of the result codes and their meanings.
  12.  
  13. Value     Meaning
  14. -33         File directory full
  15. -34         All allocation blocks on the volume are full
  16. -35         Specified volume doesn't exist
  17. -36         I/O error
  18. -37         Bad file name or volume name
  19. -38         File not open
  20. -39         Logical end-of-file reached during read          
  21.                operation
  22. -41         Memory full
  23. -42         Too many files open; max of 12 files on 
  24.                128K Macintosh, 40 files on other Macs.
  25. -43          File not found
  26. -44          Volume is locked by hardware setting
  27. -45          File is locked
  28. -46          Volume is locked by software flag
  29. -47          File is busy; one or more files are open
  30. -48          File with specific name and version number  
  31.                 already exists
  32. -56          No such device
  33. -57          Not a Macintosh disk; volume lacks 
  34.                 Macintosh-format directory
  35. -59          Problem during rename
  36. -60          Bad master directory block; must 
  37.                 reinitialize volume
  38. -61          Read/write permission or open permission
  39.                 doesn't allow writing
  40. -64          Drive isn't connected